Export an App with the API
Use the API to export an TIBCO Flogo® Application from the Data Plane.
To export an app you need the build ID of the app— ID of the build to be accessed, which can be retrieved using the GET /v1/dp/builds method.
- Procedure
Call the POST /v1/dp/builds/{buildId}/export method in the request body to export an app from the specified Data Plane.
Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.